home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 12475 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: inforamp.net!ts13-11
  2. From: rmorin@inforamp.net (Randy Charles Morin)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Help - Exchanging control values between views
  5. Date: Wed, 20 Mar 96 05:28:05 GMT
  6. Organization: MiddleWorld SoftWare
  7. Message-ID: <4io51q$n9v@sam.inforamp.net>
  8. References: <4imr1n$u3a@onlink3.onlink.net>
  9. NNTP-Posting-Host: ts34-09.tor.inforamp.net
  10. X-Newsreader: News Xpress Version 1.0 Beta #4
  11.  
  12. In article <4imr1n$u3a@onlink3.onlink.net>,
  13.    mtrovare@onlink.net (Marc Trovarello) wrote:
  14. >There are two views connected to a document both are based on the
  15. >CFormView class.  All that I am trying to do is extract values from
  16. >one view and placing those values to the other view.  Sounds simple,
  17. >but I'm new to this.
  18.  
  19. Save the variable in the CDocument class.  Then execute the function 
  20. UpdateAllView (I'm not sure of the correct name of this function, but you'll 
  21. find it in the reference docs).  Then, in the update view routine of the 
  22. CView, make certain to make the necessary change.
  23.  
  24.  
  25.  
  26. Agrivar
  27.  
  28. aka     Randy Charles Morin
  29.     MiddleWorld SoftWare
  30.     1-800-363-3780
  31.